projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbc723
)
; * lisp/progmodes/python.el (python-forward-sexp-function): :version fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 14 Nov 2021 16:58:57 +0000
(18:58 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 14 Nov 2021 16:58:57 +0000
(18:58 +0200)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 47d8d1ce8ec8cc46fbc0492f9f9047b7bbea1efd..329e65422664896caf067cf4495d0f09ed4250bc 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1429,7
+1429,7
@@
marks the next defun after the ones already marked."
(defcustom python-forward-sexp-function #'python-nav-forward-sexp
"Function to use when navigating between expressions."
- :version "2
8
.1"
+ :version "2
9
.1"
:type '(choice (const :tag "Python blocks" python-nav-forward-sexp)
(const :tag "CC-mode like" nil)
function))